CruiseControl.NET : Schedule Trigger
This page last changed on Mar 08, 2005 by mroberts.
The Schedule Trigger is used to specify that an integration should be run at a certain time on certain days. By default, an integration will only be triggered if modifications have been detected since the last integration. The trigger can be configured to force a build even if have occurred to source control. Example<scheduleTrigger time="23:30" buildCondition="ForceBuild"> <weekDays> <weekDay>Monday</weekDay> </weekDays> </scheduleTrigger> Configuration Elements:
NOTE: this class replaces the PollingScheduleTrigger and the ForceBuildScheduleTrigger. Use the buildCondition property if you want to run a scheduled forced build. |
Document generated by Confluence on Jun 26, 2005 17:22 |